/* News Articles Custom Styles
Tahoma remplacé par verdana */

.NormalWhite { font-family: verdana; font-size: 12px; font-weight: bold; color: #990033; }
.articleQuote { font-family: verdana; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
	
.articleTitle
{
	font-weight: bolder;
	font-size: 14px;
	color: #006600;
	line-height: 140%;
	background-color: white;
	text-align: left;
}

.articleTable
{
	margin: 5px;
	background-color: white;
}
.articleTopCell { background-color: #FFEBD6; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: white; padding: 6px; background-color: #FEFEFE; }

.articleTextCell
{
	font-family: Verdana;
	font-size: 10pt;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: white;
	
}
.articleTexte
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: black;
	padding-top: 3px;
	height: 25px;
	background-color: yellow;
}

.featuredTopCell { background-color: #ED1C22; color: white; font-weight: bold; padding: 6px; height: 25px; }
